@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px)(0.875 * 16px = 14px) */

html{ font-size:100.01%;}
body {
	font:75%/1.5  \5B8B\4F53,\5FAE\8F6F\96C5\9ED1,Arial, Helvetica, sans-serif;
	background:#ffffff url(../images/bg.gif) repeat-x;/*modify on 2010-12-09*/
	color:#666666;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal;}

h1 { font-size: 3em;}
h2 { font-size: 2em;}
h3 { font-size: 1.5em;}
h4 { font-size: 1em;}
h5 { font-size: 1em;}
h6 { font-size: 1em;}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}




/*Font Style
--------------------------------------------------------------*/
.fB{ font-weight:bold;}
.fnormal{ font-weight:normal;}

/*Text Link Color
--------------------------------------------------------------*/
.cRed,.cRed:link,.cRed:visited,.cRed:active{ color:#C00; text-decoration:none;}
.cRed:hover{ color:#C00; text-decoration:underline;}
.cGray,.cGray:link,.cGray:visited,.cGray:active{ color:#8f8f8f; text-decoration:none;}/*modify on 2010-12-09*/
.cGray:hover{ color:#4e4e4e; text-decoration:none;}/*modify on 2010-12-09*/

.cBGray,.cBGray:link,.cBGray:visited,.cBGray:active{ color:#4e4e4e; text-decoration:none;}/*modify on 2010-12-09*/
.cBGray:hover{ color:#ce6607; text-decoration:none;}/*modify on 2010-12-09*/

.cKhaki,.cKhaki:link,.cKhaki:visited,.cKhaki:active{ color:#e79e5f; text-decoration:none;}/*modify on 2010-12-09*/
.cKhaki:hover{ color:#4e4e4e; text-decoration:none;}/*modify on 2010-12-09*/


/*Align-Text alignment effect
--------------------------------------------------------------*/
.aL{ text-align:left;}
.aC{ text-align:center;}
.aR{ text-align:right;}

/*First line indent
-------------------------------------------------------------*/
.f2em{ text-indent:2em;}

/*Block elements
--------------------------------------------------------------*/
.block{ display:block;}


/*Blank
---------------------------------*/
.blank_10{ height:10px; clear:both; width:100%; overflow:hidden;}
.blank_12{ height:12px; clear:both; width:100%; overflow:hidden;}



/*bgcolor
---------------------------------*/
.bgWhite{ background:#fff;}

.lh28px{ line-height:28px; height:28px;}
.margin-l5{ margin-left:5px;}
.padd-r27{ padding-right:27px;}


